.footer {

    background: #202026;
    font-weight: normal;
    min-width: 1200px;
}

.footer_content {
    padding-top: 50px;
    min-width: 1200px;
    height: 325px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_content>div {
    display: inline-block;
    vertical-align: top;
}

.footer_content .type_content_company {
    width: 285px;
    display: inline-block;
    margin-right: 63px;
}

.footer_content .type_content_hot {
    width: 148px;
    margin-left: 77px;
}

.footer_content .type_content_core {
    width: 165px;
}

.footer_content .type_content_feature {
    width: 157px;
}

.footer_content .type_content_about {
    width: 178px;
}
@media (max-width:1420px){
    .footer_content .type_content_company {
        width: 270px;
        display: inline-block; 
    }
    .footer_content .type_content_about {
        width: 157px;
    }
}
@media (max-width:1380px){

    .footer_content .type_content_company {
        width: 230px;
        display: inline-block;
        margin-right: 43px;
    }

    .footer_content .type_content_hot {
        width: 118px;
        margin-left: 77px;
    }

    .footer_content .type_content_core {
        width: 135px;
    }

    .footer_content .type_content_feature {
        width: 137px;
    }

    .footer_content .type_content_about {
        width: 138px;
    }
}


.footer_content .type_content_ours {
    width: 235px;
    margin-left: 65px;
}
.footer_content .type_content_ours .qqServerBtn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background-color: #f68b1f;
    border-radius: 4px !important;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 40px 50px;
}
.footer_content .type_content_ours .qqServerBtn:hover{
    color: #ffffff;
    text-decoration: none;
}
.type_title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    font-family: "微软雅黑";
}

.footer_content ul li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.footer_content ul li a {
    font-size: 12px;
    color: #999999;
}

.footer_content .type_content_ours ul li a:first-child {
    margin-right: 25px;
}

.footer_content ul li a img {
    margin-right: 5px;
}

.footer_content ul li a:hover {
    color: #666666;
}

.footer_content .type_content_ours ul li.selects_content {
    height: 66px;
}

.footer_content .type_content_ours a {
    color: #666666;
}

.footer_content .type_content_ours p {
    color: #bbbbbb;
}

.footer_content .type_content_ours a:hover {
    color: #666666;
}

.footer_content .type_content_ours ul li p {
    padding: 0;
    font-size: 14px;
    color: #333333;
    margin: 23px 0 10px;
}

.footer_content .type_content_about ul .imgs_wechat {
    position: relative;
}

.footer_content .type_content_about ul .imgs_wechat:hover img {
    display: block;
}

.footer_content .type_content_about .imgs_wechat img {
    width: 100px;
    height: 107px;
    position: absolute;
    top: 20px;
    left: -22px;
    display: none;
}

.footer .footer_content ul li .selects {
    display: inline-block;
    margin-right: 3px;
    width: 167px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
    text-indent: 8px;
    cursor: default;
    border-radius: 4px !important;
    position: relative;
}

.footer .footer_content .selects:hover {
    border: 1px solid #f68b24;
}

.footer .footer_content .selects i {
    display: inline-block;
    width: 5px;
    height: 3px;
    position: absolute;
    top: 13px;
    right: 7px;
    background: url("../images/download/to_down_logo.png") no-repeat;
}

.footer .footer_content .selects:hover i {
    background: url("../images/download/to_up_logo.png") no-repeat;
}

.footer .footer_content .selects .selects_list {
    position: absolute;
    top: 29px;
    width: 166px;
    height: 180px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    z-index: 55;
}

.footer .footer_content .selects .selects_list::-webkit-scrollbar {
    /*
    height:1px;*/
    width: 8px;

    background-color: #cccccc;
}

.footer .footer_content .selects .selects_list::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 2px;
}

.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb {
    background: #cccccc;
    height: 30px;
    border-radius: 2px;
}

.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb:hover {
    background: #61B6EB;
}

.footer .footer_content .selects .selects_list::-webkit-scrollbar-corner {
    background: #61B6EB;
}

.footer .footer_content .selects .selects_list div {
    width: 140px;
    height: 22px;
    line-height: 22px;
}

.footer .footer_content .selects .selects_list div:hover {
    background: #f2f2f2;
}

.footer .lines {
    height: 1px;
    width: 1200px;
    margin: 30px auto 28px;
    background: #cccccc;
}

.footer-bottom_main-content {
    width: 100%;
    background: #131317;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.footer .footer_bottom_content {
    min-width: 1200px;
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.footer .footer_bottom_content__title {
    font-size: 0;
    color: #cacaca;
    padding: 24px 0 25px;
}

.footer .footer_bottom_content__title div {
    display: inline-block;
    font-size: 14px;
    margin-right: 29px;
    cursor: pointer;
    position: relative;
}

.footer .footer_bottom_content__title div:last-child {
    margin-right: 0;
}

.footer .footer_bottom_content__title div.active {
    color: #ffffff;
}

.footer .footer_bottom_content__title div.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.footer .footer_bottom_content ul li {
    display: inline-block;
    padding: 0 10px;
    height: 15px;
    line-height: 15px;
}

.footer .footer_bottom_content ul li:last-child {
    border-right: none;
}

.footer .footer_bottom_content ul li a {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}

.footer .footer_bottom_content ul li a:hover {
    color: #666666;
}

/*.footer .footer_bottom_content .extra_message  ul li a:hover{
    text-decoration: none;
}*/
.footer_bottom_content .extra_message {
    margin: 5px 0;
}

.footer_bottom_content .extra_company {
    margin-top: 20px;
}

.none {
    display: none !important;
}

.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.type_content_company {
    width: 285px;
    display: inline-block;
}

.type_content_company .type_content_foxit-logo {
    width: 229px;
    height: 60px;
}

.type_content_company p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 40px 0 23px;
}

.type_content_company .type_content_typeface {
    width: 113px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #999999;
    font-size: 12px;
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px !important;
    position: relative;
    cursor: default;

}

.type_content_company .type_content_typeface:hover i,
.type_content_company .type_content_typeface:hover .dropdown__select {
    display: block;
}

.type_content_company .type_content_typeface i {
    width: 118px;
    height: 11px;
    position: absolute;
    bottom: 38px;
    left: 0;
    display: none;

}

.type_content_company .type_content_typeface img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.type_content_company .type_content_typeface .dropdown__select {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    min-width: 200px;
    margin: 10px -1px;
    border-radius: 3px !important;
    background-color: #fff;
    box-shadow: 0 0 60px rgb(34 34 34 / 25%);
    z-index: 20;
    display: none;
}

.dropdown__select .scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 220px;
}

.footer_content .dropdown__select ul li {
    height: 44px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: #5f7d95;
    line-height: 44px;
    text-align: left;
}

.footer_content .dropdown__select ul li:hover {
    cursor: pointer;
    background-color: #f68b1f;
    color: #fff;
}

.type_content_hot,
.type_content_about {
    position: relative;
}

.type_content_lines {
    width: 2px;
    height: 234px;
    position: absolute;
    top: -2px;
    left: -77px;
    font-size: 0;
}

.type_content_lines div {
    width: 1px;
    height: 234px;
    background-color: #131317;
    display: inline-block;
}

.type_content_lines div.fr {
    width: 1px;
    height: 234px;
    background-color: #2e2e37;
}

.type_content_lines.left {
    left: auto;
    right: 0;
}
